Most of web applications provide an rest API to connect with other application that need to access a specific information and django rest framework is a powerful way for django developers to create robust rest API, I'll demonstrate the process of creating a complex API using django rest framework.
This talk is intended for beginner who have some familiar with python and want a web framework to create rest API to connect with a mobile application.